digest: watch the nightly release driver (missing-outcome watchdog)#43
Merged
Merged
Conversation
Companion to PyAutoLabs/PyAutoBuild#127 phase 2: morning_health's routine- workflow check swaps the "Daily release (rehearsal)" line (Build's release.yml cron is removed — scheduling authority moved to PyAutoBrain's nightly-release.yml) for the nightly driver at max-age 0d, making the digest the design's missing-outcome watchdog: a single missed night flags at 06:00. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Collaborator
Author
|
Phase-2 PR set for PyAutoLabs/PyAutoBuild#127: PyAutoLabs/PyAutoBrain#63 (driver) · PyAutoLabs/PyAutoBuild#129 (cron removal) · PyAutoLabs/PyAutoHeart#47 (release-ci profile) · #43 (digest watchdog). Merge Brain and Build the same day (Build-first leaves no scheduled path; Brain-first double-schedules nothing — the driver dispatches, the old cron rehearses — but same-day is tidiest); Heart and Mind are independent. |
Jammy2211
pushed a commit
that referenced
this pull request
Jul 9, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 9, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 10, 2026
…onomy_log outcome merged-unchanged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of PyAutoLabs/PyAutoBuild#127 phase 2 (the nightly-release implementation; design:
PyAutoBuild/docs/nightly_release_design.md§6).Swaps morning_health's routine-workflow line for the new scheduling authority:
release.yml— its cron is deleted in the companion PyAutoBuild PR (every release run is now a dispatch), so the check would have flagged "cron has not fired" forever.nightly-release.ymlat max-age 0d — the design's missing-outcome watchdog. The driver runs every night even while the kill switch pauses releases (it exits cleanly at step 0), so its latest run is the heartbeat: by the 06:00 digest last night's 02:00 run is hours old, and a single missed night already reads 1d and flags. Silence from the nightly can therefore never pass a quiet morning.Merge order: merge the companion PyAutoBrain PR (which adds
nightly-release.yml) the same day, or the digest will report "no completed runs yet" each morning until it exists — honest, but noisy.API Changes
None — CI workflow only.
Scripts Changed
None. Tests/smoke: n/a (deterministic bash+jq digest; YAML parse verified).
🤖 Generated with Claude Code